home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / writions / ljfont17 / sample.bat < prev    next >
DOS Batch File  |  1993-06-11  |  1KB  |  29 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto bad
  4. echo ┌───────────────────────────────────────────────────────────────────────┐
  5. echo │ Before you can print a sample of your soft fonts you *must* have run  │
  6. echo │ option 3 from the installation menu. (This copies and unpacks the     │
  7. echo │ soft fonts, and copies & unpacks the utility programs.) If you have   │
  8. echo │ already done this you can print a sample sheet by hitting the return  │
  9. echo │ key now. This batch file only works for printers attached to a        │
  10. echo │ parallel printer port.                                                │
  11. echo │                                                                       │
  12. echo │ If you *don't* want to print anything hit the Ctrl-C key now to abort │
  13. echo │ this batch file and return to INSTALL.                                │
  14. echo └───────────────────────────────────────────────────────────────────────┘
  15. pause
  16. echo Printing a sample of these fonts, this will take a moment...
  17. download @sample.lst -dq %1
  18. copy sample.doc %1:
  19. echo Printing a sample sheet of the Dingbats.....
  20. dispfont sm180rpn.usp %1 -a
  21. download sample.usp 1 -dq %1
  22. echo Printing a sample of other products from Elfring Soft Fonts, this will take
  23. echo a moment....
  24. copy sample2.doc %1:
  25. goto good
  26. :bad
  27. echo You must pass a parallel printer port to this batch file (sample lpt1:)
  28. :good
  29.